Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps github.com/elastic/elastic-agent-system-metrics from 0.11.18 to 0.12.0.

Release notes

Sourced from github.com/elastic/elastic-agent-system-metrics's releases.

v0.12.0

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0

Commits
  • b387940 feat: deprecate NewReader and migrate to NewReaderOptions (#257)
  • 53703d3 Revert "feat: remove metric/memory package" (#256)
  • 2eadb5f feat: replace global logger with local logger (#255)
  • eee5698 feat: remove metric/memory package (#251)
  • 0ba9901 feat: replace global logging func with local logger (#254)
  • 8382ef0 refactor: replace lopg.ObserverLogs with logptest (#252)
  • 8cc791d feat: drop global ephemeralID (#253)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added automation dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Aug 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2025 12:45
@dependabot dependabot bot added automation dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Aug 19, 2025
@mergify
Copy link
Contributor

mergify bot commented Aug 19, 2025

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@prodsecmachine
Copy link

prodsecmachine commented Aug 19, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2025

A newer version of github.com/elastic/elastic-agent-system-metrics exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 branch from 3d30b8e to 36a5699 Compare August 20, 2025 19:55
@ebeahan
Copy link
Member

ebeahan commented Aug 22, 2025

Breaking change which will need to be addressed: https://github.com/elastic/elastic-agent-system-metrics/releases/tag/v0.13.0

@mergify
Copy link
Contributor

mergify bot commented Aug 22, 2025

This pull request is now in conflicts. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 upstream/dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0
git merge upstream/main
git push upstream dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 branch from d576dc8 to eade095 Compare August 22, 2025 22:05
@michel-laterman
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 branch from bd62396 to 608b293 Compare August 22, 2025 22:54
@mergify
Copy link
Contributor

mergify bot commented Sep 5, 2025

This pull request is now in conflicts. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 upstream/dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0
git merge upstream/main
git push upstream dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0

@pkoutsovasilis
Copy link
Contributor

@dependabot recreate

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 branch from 52b5088 to 226370d Compare September 15, 2025 08:50
@pkoutsovasilis pkoutsovasilis added the backport-active-all Automated backport with mergify to all the active branches label Sep 15, 2025
@elastic-sonarqube
Copy link

@pkoutsovasilis pkoutsovasilis merged commit 898abd5 into main Sep 15, 2025
14 checks passed
@pkoutsovasilis pkoutsovasilis deleted the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.12.0 branch September 15, 2025 11:25
@github-actions
Copy link
Contributor

@Mergifyio backport 8.18 8.19 9.0 9.1

@mergify
Copy link
Contributor

mergify bot commented Sep 15, 2025

backport 8.18 8.19 9.0 9.1

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Sep 15, 2025
…m 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/api/metrics.go
mergify bot pushed a commit that referenced this pull request Sep 15, 2025
…m 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/api/metrics.go
mergify bot pushed a commit that referenced this pull request Sep 15, 2025
…m 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/api/metrics.go
mergify bot pushed a commit that referenced this pull request Sep 15, 2025
…m 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/api/metrics.go
rubenruizdegauna pushed a commit that referenced this pull request Sep 23, 2025
…m 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/api/metrics.go
rubenruizdegauna added a commit that referenced this pull request Sep 23, 2025
…ent-system-metrics from 0.11.18 to 0.12.0 (#5514)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/api/metrics.go

* resolved conflicts

* fix: resolve breaking API changes

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kaan Yalti <[email protected]>
Co-authored-by: Ruben Ruiz de Gauna <[email protected]>
ycombinator pushed a commit that referenced this pull request Oct 1, 2025
…m 0.11.18 to 0.12.0 (#5273)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.18 to 0.12.0.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Post dependabot file modifications

* fix: resolve breaking API changes

* fix: replace deprecated calls to NewRegistry with GetOrCreateRegistry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
(cherry picked from commit 898abd5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants